home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / net / wireless / ath5k / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  328 b   |  15 lines

  1. ath5k-y                += caps.o
  2. ath5k-y                += initvals.o
  3. ath5k-y                += eeprom.o
  4. ath5k-y                += gpio.o
  5. ath5k-y                += desc.o
  6. ath5k-y                += dma.o
  7. ath5k-y                += qcu.o
  8. ath5k-y                += pcu.o
  9. ath5k-y                += phy.o
  10. ath5k-y                += reset.o
  11. ath5k-y                += attach.o
  12. ath5k-y                += base.o
  13. ath5k-$(CONFIG_ATH5K_DEBUG)    += debug.o
  14. obj-$(CONFIG_ATH5K)        += ath5k.o
  15.